-
Notifications
You must be signed in to change notification settings - Fork 25
Add test for entailment of literal type #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Should this be in the RDF 1.1 tests? |
Good point; I believe they should. There is currently no rdf11/rdf-semantics directory; but I can set that up in this PR. Are there other tests that should be moved there? (Presumably in a separate PR.) |
The float and double tests, at least. |
In 1.1, it was rdf-mt, so rdf/rdf11/rdf-mt contains all the 1.1 semantics tests. |
Ah, of course; thanks! I'll move this there (unless I've missed such a case there...). |
There are two manifests in
What does "approved" and "proposed" mean here? Where do I put this test? |
It would be good to get to just a single manifest, and integrate any -az tests that are appropriate. in the past, working groups marked approved vs proposed tests. My view now, is that the PR process satisfies this, and any tests added via a PR are effectively approved. |
Agreed - incorporate and rename. They are the product of the working group so take out and "-az" and become a name reflecting the test like the others. |
Adds test for second semantic condition of RDF Interpretations (based on example pattern).